chore: upgrade @metamask/design-system-react to v0.14.0#41525
chore: upgrade @metamask/design-system-react to v0.14.0#41525georgewrmarshall merged 1 commit intomainfrom
Conversation
|
CLA Signature Action: All authors have signed the CLA. You may need to manually re-run the blocking PR check if it doesn't pass in a few minutes. |
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
Bugbot Autofix prepared a fix for the issue found in the latest run.
- ✅ Fixed: FontWeight.Bold visual change missed in breaking changes review
- Updated balance-empty-state heading to explicitly set fontWeight: 700 to preserve bold after FontWeight.Bold change to 600.
Or push these changes by commenting:
@cursor push ac8d50423e
Preview (ac8d50423e)
diff --git a/ui/components/app/balance-empty-state/balance-empty-state.tsx b/ui/components/app/balance-empty-state/balance-empty-state.tsx
--- a/ui/components/app/balance-empty-state/balance-empty-state.tsx
+++ b/ui/components/app/balance-empty-state/balance-empty-state.tsx
@@ -11,7 +11,6 @@
TextVariant,
TextColor,
TextAlign,
- FontWeight,
ButtonVariant,
ButtonSize,
twMerge,
@@ -126,8 +125,8 @@
<Text
variant={TextVariant.HeadingLg}
color={TextColor.TextDefault}
- fontWeight={FontWeight.Bold}
textAlign={TextAlign.Center}
+ style={{ fontWeight: 700 }}
>
{t('fundYourWallet')}
</Text>You can send follow-ups to the cloud agent here.
Reviewed by Cursor Bugbot for commit b371ae5. Configure here.
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
Builds ready [b371ae5]
⚡ Performance Benchmarks (Total: 🟢 7 pass · 🟡 0 warn · 🔴 0 fail)
Bundle size diffs [🚨 Warning! Bundle size has increased!]
|
b371ae5 to
70f0583
Compare
Builds ready [70f0583]
⚡ Performance Benchmarks (Total: 🟢 7 pass · 🟡 12 warn · 🔴 0 fail)
Bundle size diffs [🚨 Warning! Bundle size has increased!]
|
Bumps @metamask/design-system-react from ^0.12.0 to ^0.14.0 per the v29.0.0 monorepo release. No migration steps required for this repo: - AvatarBase/BadgeWrapper enum → string-union type changes are internal to the design system package; the extension uses its own deprecated local copies and is unaffected. - FontWeight.Bold visual change (700 → 600) does not affect the two files that import FontWeight from the package (neither uses .Bold). - BottomSheet/React Native breaking changes are not applicable.
70f0583 to
0b3cf62
Compare
|
Builds ready [0b3cf62]
⚡ Performance Benchmarks (Total: 🟢 7 pass · 🟡 12 warn · 🔴 0 fail)
Bundle size diffs [🚨 Warning! Bundle size has increased!]
|





Description
Upgrades `@metamask/design-system-react` from `^0.12.0` to `^0.14.0` based on the v29.0.0 monorepo release.
Breaking changes reviewed — no migration steps required for this repo:
Changelog
CHANGELOG entry: null
Related issues
Fixes:
Manual testing steps
Screenshots/Recordings
Before
After
Pre-merge author checklist
Pre-merge reviewer checklist
Note
Low Risk
Low risk dependency/lockfile update, but could surface build/TypeScript or subtle UI/styling regressions if the design system’s updated types or token defaults differ.
Overview
Upgrades
@metamask/design-system-reactfrom^0.13.0to^0.14.0.Updates the lockfile to pull in
@metamask/design-system-shared@^0.7.0and the newer@metamask/utils@^11.11.0peer requirement associated with the design-system bump.Reviewed by Cursor Bugbot for commit 0b3cf62. Bugbot is set up for automated code reviews on this repo. Configure here.